03. Exercise: Data Design
What Does The Data Look Like
What Does the Data Look Like?
Go through the TaskContract class and find the variable names for the following data structures:
Question 1
QUESTION:
What is the variable name for the table of all tasks?
SOLUTION:
NOTE: The solutions are expressed in RegEx pattern. Udacity uses these patterns to check the given answer
Question 2
QUESTION:
What is the variable for the column that contains the description of the task?
SOLUTION:
NOTE: The solutions are expressed in RegEx pattern. Udacity uses these patterns to check the given answer
Question 3
QUESTION:
What is the variable for the column that contains the priority of the task?
SOLUTION:
NOTE: The solutions are expressed in RegEx pattern. Udacity uses these patterns to check the given answer